home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / psc.man < prev    next >
Text File  |  1992-02-25  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. PSC                  UNKNOWN MANUAL SECTION                  PSC
  5.  
  6.  
  7.  
  8.      6.19  1
  9.  
  10. NNAAMMEE
  11.      psc - prepare sc files
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ppsscc [ -_f_L_k_r_S_P_v ] [ -_s _c_e_l_l ] [ -_R _n ] [ -_C _n ] [ -_n _n ] [ -_d
  15.      _c ]
  16.  
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      _P_s_c is used to prepare data for input to the spread sheet
  20.      calculator _s_c(_1). It accepts normal ascii data on standard
  21.      input.  Standard output is a _s_c file.  With no options, _p_s_c
  22.      starts the spread sheet in cell A0.  Strings are right jus-
  23.      tified.  All data on a line is entered on the same row; new
  24.      input lines cause the output row number to increment by one.
  25.      The default delimiters are tab and space.  The column for-
  26.      mats are set to one larger than the number of columns
  27.      required to hold the largest value in the column.
  28.  
  29.      Options:
  30.  
  31.  
  32.      -f   Omit column width calculations.  This option is for
  33.           preparing data to be merged with an existing
  34.           spreadsheet.  If the option is not specified, the
  35.           column widths calculated for the data read by _p_s_c will
  36.           override those already set in the existing spreadsheet.
  37.  
  38.  
  39.      -L   Left justify strings.
  40.  
  41.  
  42.      -k   Keep all delimiters.  This option causes the output
  43.           cell to change on each new delimiter encountered in the
  44.           input stream.   The default action is to condense mul-
  45.           tiple delimters to one, so that the cell only changes
  46.           once per input data item.
  47.  
  48.  
  49.      -r   Output the data by row first then column.  For input
  50.           consisting of a single column, this option will result
  51.           in output of one row with multiple columns instead of a
  52.           single column spread sheet.
  53.  
  54.  
  55.      -s cell
  56.           Start the top left corner of the spread sheet in _c_e_l_l.
  57.           For example, -_s _B_3_3 will arrange the output data so
  58.           that the spread sheet starts in column B, row 33.
  59.  
  60.  
  61.  
  62.  
  63. Sprite v1.0                                                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. PSC                  UNKNOWN MANUAL SECTION                  PSC
  71.  
  72.  
  73.  
  74.      -R n Increment by _n on each new output row.
  75.  
  76.  
  77.      -C n Increment by _n on each new output column.
  78.  
  79.  
  80.      -n n Output _n rows before advancing to the next column.
  81.           This option is used when the input is arranged in a
  82.           single column and the spread sheet is to have multiple
  83.           columns, each of which is to be length _n.
  84.  
  85.  
  86.      -d c Use the single character _c as the delimiter between
  87.           input fields.
  88.  
  89.  
  90.      -P   Plain numbers only.  A field is a number only when
  91.           there is no imbeded [-+eE].
  92.  
  93.  
  94.      -S   All numbers are strings.
  95.  
  96.  
  97.      -v   Print the version of psc
  98.  
  99.  
  100. SSEEEE AALLSSOO
  101.      sc(1)
  102.  
  103.  
  104. AAUUTTHHOORR
  105.      Robert Bond
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                                                     2
  130.  
  131.  
  132.  
  133.